Skip to content

Conversation

@oscar811
Copy link

@oscar811 oscar811 commented Jan 8, 2022

I have written a extension to encrypt the payload on writing to storage. That will be more security to protect the data. So far the results look good in my use case.

FileCache simpleCache = new FileCache();
simpleCache.CacheManager.CryptoKey = "SECRET KEY";
simpleCache.PayloadReadMode = FileCache.PayloadMode.CryptoSerializable;
simpleCache.PayloadWriteMode = FileCache.PayloadMode.CryptoSerializable;

@zsd4yr
Copy link

zsd4yr commented Oct 3, 2022

Any chance this can get it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants